home *** CD-ROM | disk | FTP | other *** search
/ Introducing the New Way to Shop From Home / Introducing the New Way to Shop From Home (Iceland Foods) (2003).iso / pc / demo.dxr / Internal_37_go p10a.ls < prev    next >
Encoding:
Text File  |  2003-01-01  |  194 b   |  14 lines

  1. on mouseEnter
  2.   member(216).loop = 0
  3.   member(220).loop = 0
  4. end
  5.  
  6. on mouseWithin
  7.   cursor([member("open hand cursor"), member("open hand mask")])
  8.   go("p10a")
  9. end
  10.  
  11. on mouseLeave
  12.   cursor(-1)
  13. end
  14.